home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir34 / hdmm468.zip / EDIT.BAT < prev    next >
DOS Batch File  |  1993-12-23  |  372b  |  10 lines

  1. ECHO OFF
  2. CLS
  3. if %1. == exact. c:\qedit\exact %2 %3 %4 %5 %6 %7 %8 %9
  4. if %1. == EXACT. c:\qedit\exact %2 %3 %4 %5 %6 %7 %8 %9
  5. if exist c:\qedit\q.exe c:\qedit\q %1 %2 %3 %4 %5 %6 %7 %8 %9
  6. if not exist c:\qedit\q.exe if exist \dos\edit.* \dos\edit %1 %2 %3 %4 %5 %6 %7 %8 %9
  7. if not exist c:\qedit\q.exe if not exist \dos\edit.* pcshell %1 %2 %3 %4 %5 %6 %7 %8 %9
  8.  
  9.  
  10.